'宣言 Public Overloads Sub SaveAsIco( _ ByVal stream As System.IO.Stream, _ Optional ByVal clipRect As System.Nullable(Of Rectangle), _ Optional ByVal encoding As IcoFrameEncoding _ )
public void SaveAsIco( System.IO.Stream stream, System.Nullable<Rectangle> clipRect, IcoFrameEncoding encoding )
パラメータ
- stream
- The output stream.
- clipRect
- Clipping rectangle of the image to be saved.
- encoding
- Encoding of the frame image.